# Treasury

The Treasury page in Squads enables users to:

* See the cumulative balance of all accounts including the amount of assets (SPL and NFTs)&#x20;
* Check the number of validators with whom they staked their SOL holdings.
* [Create Sub-accounts](https://docs.squads.so/main/navigating-your-squad/treasury/sub-accounts) (only for [Squads Business and Enterprise](https://docs.squads.so/main/getting-started/pricing) users)
* [Manage assets — Initiate withdrawals, deposits, swaps, and off-ramps](https://docs.squads.so/main/navigating-your-squad/treasury/manage-assets)
* [Add and manage contacts](https://docs.squads.so/main/navigating-your-squad/treasury/contacts)
* [Browse NFTs stored in different accounts](https://docs.squads.so/main/navigating-your-squad/manage-assets#nfts)
* [Check eligibility for airdrops](https://docs.squads.so/main/navigating-your-squad/treasury/airdrop-checker)
* Navigate to specific accounts for detailed management

{% hint style="info" %}
The Treasury consists of “Accounts” that are separate vaults (sub-accounts) with unique addresses. Each one is a separate [PDA (Program Derived Address)](https://solanacookbook.com/core-concepts/pdas.html#facts). These separate vaults allow teams to organize their treasury assets efficiently
{% endhint %}

### **Supported assets**

Squads supports:

* Any SPL (Solana Program Library) tokens, including tokens under the Token2022 standard;
* NFTs, including pNFT and cNFT standards.

<figure><img src="https://254049203-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUrslJzNhqr2JDZzXUUz%2Fuploads%2FeIo9rmXpILii4oh1YZdn%2FTreasury%20general%20view.png?alt=media&#x26;token=85bf16e0-9e36-4f39-a287-5196c99a50c3" alt=""><figcaption><p>Treasury tab</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.squads.so/main/navigating-your-squad/treasury.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
